home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d980.lha / Contents < prev    next >
Text File  |  1994-04-04  |  2KB  |  36 lines

  1. This is disk 980 of the freely distributable AMIGA software library.
  2. Below is a listing of the significant directories and their contents.
  3.  
  4.  
  5. APipe        The `APipe-Handler' allows you to add the `APIPE:' DOS
  6.         device to your system.  This device acts as a pipe between
  7.         two programs, but in a different manner than the standard
  8.         `PIPE:' device does.  This handler interprets the text
  9.         after the `APIPE:' prefix as a command line to execute,
  10.         and the process/command which opens the file indicated by
  11.         the mention of `APIPE:' can now read the standard output
  12.         or write the standard input of the program indicated by
  13.         the command line depending on whether the `APIPE:' file
  14.         was opened for reading or writing, respectively.   Thus,
  15.         the opening an `APIPE:' file is analogous to the UNIX
  16.         `popen()' call, but it is more widely available to the
  17.         user.  Complete source is included and can be used as an
  18.         example of a handler.  Version 37.5, an update to version
  19.         37.4 on disk number 783.
  20.         Author:  Per Bojsen
  21.  
  22. HWGRCS        A 3 part distribution of an RCS 5.6.0.1 port to the Amiga,
  23.         currently at patch level 8.  Part 1 contains the binaries
  24.         and documentation in AmigaGuide and "man" format, part 2
  25.         contains the source code to RCS, and part 3 contains the
  26.         source code and binaries for patch and diffutils.  The
  27.         Revision Control System (RCS) manages multiple revisions of
  28.         text files.  RCS automates the storing, retrieval, logging,
  29.         identification, and merging of revisions.  RCS is useful for
  30.         text that is revised frequently, for example: programs, doc-
  31.         umentation, graphics, papers, form letters, etc.  Included
  32.         are RCS 5.6, GNU diffutils 2.6 and an LP utility to support
  33.         paged diff outputs.  Part 1 on disk 980, part 2 is on disk
  34.         981, and part 3 is on disk 982.
  35.         Author:  Walter Tichy, Paul Eggert, Heinz Wrobel
  36.